ConveyorVisualWaitForNoMovement Method |
If the conveyor Motor is off, wait until the conveyor has stopped decelerating and is now not moving.
NOTE: This will throw an exception if the conveyor Motor is on.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntaxpublic ITask WaitForNoMovement()
Return Value
ITaskA task representing the wait.
See Also