|
|
| void Sleep |
( |
long |
milliseconds |
) |
|
- Description:
- Sleep puts the current thread to sleep.
- Parameters:
-
| milliseconds | The number of milliseconds the thread should sleep. |
- Sample Code:
printf("undocumented function\n");
- Examples:
-
CaptureAndMove.cs, custom97.cpp, driveMonitor.cpp, MotionFinalVelocity.cs, MotorFeedback.cs, recorder.cpp, S200DriveIO.cs, sequencerDigitalOutput.cpp, SliceCounter.cs, SlicePWM.cs, syncInterrupt.cpp, SynqNetOk.cpp, userLimitDigitalInputAction.cpp, userLimitStateAction.cpp, and watchdog.cpp.
|