Command¶
Functions
- ITALA_API_C ItalaError NODE_CommandExecute (H_NODE hNode)
Execute the action associated with the command node.
- Parameters:
hNode – [in] Handle to Node instance, should be a Command node.
- Returns:
ItalaError the error code; return ItalaErrorSuccess (0) if no errors occures.
- ITALA_API_C ItalaError NODE_CommandIsDone (H_NODE hNode, bool *pIsDone)
Get if the execution of the node is completed or not.
- Parameters:
hNode – [in] Handle to Node instance, should be a Command node.
pIsDone – [out] Execution has been completed.
- Returns:
ItalaError the error code; return ItalaErrorSuccess (0) if no errors occures.