| sk.robotics.robot | classes |
function robot_wait | ^ |
Wait until the current command completes or timeout elapses.The function waits until the isdone flag becomes 1 and returns. If the command does not complete within the specified time, the function returns as well.
- Source:
- robotdll/robotdll.h:727
- Author:
- Version:
- latest version
- Params:
id robot object handle time timeout in milliseconds - See Also:
- robot_isdone, robot_alwayswait
- Code:
public ROBOTDLL_API void robot_wait (short id ,short time )