| sk.robotics.robot | classes |
function robot_satisfied | ^ |
Determine if the condition has been satisfied.This command tests if the last movement command was interrupted because the condition has been satisfied.
- Source:
- robotdll/robotdll.h:595
- Author:
- Version:
- latest version
- Param:
id robot object handle - Returns:
- zero, if the condition has not been satisfied and command has not been interrupted, otherwise returns non-zero
- See Also:
- robot_condition, robot_getsensors
- Code:
public ROBOTDLL_API short robot_satisfied (short id )