How to use the actionExpireGoals function from bindings

Find comprehensive JavaScript bindings.actionExpireGoals code examples handpicked from public code repositorys.

369
370
371
372
373
374
375
376
377
378
}

if (properties.isGoalExpired) {
  let GoalInfoArray = ActionInterfaces.GoalInfo.ArrayType;
  let message = new GoalInfoArray(actionServer._goalHandles.size);
  let count = rclnodejs.actionExpireGoals(
    actionServer.handle,
    actionServer._goalHandles.size,
    message._refArray.buffer
  );
fork icon65
star icon244
watch icon27

+ 53 other calls in file

Other functions in bindings

Sorted by popularity

function icon

bindings.createKey is the most popular function in bindings (8616 examples)