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.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic ITask WaitForNoMovement()
Return Value
Type: 
ITaskA task representing the wait.
See Also