Click or drag to resize

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: 15.0.2.11458
Syntax
C#
public ITask WaitForNoMovement()

Return Value

Type: ITask
A task representing the wait.
See Also