ResSetUp (material flow objects)

Syntax

<Path>.ResSetUp → boolean

The read-only attribute ResSetUp returns if the object designated by <Path> is Setting-Up and not failed, not paused, or not stopped (true) or not (false).

Return Value

The return value has the data type boolean.

Example

if machA.ResSetUp
@.move(machineB)
end

Related Topics

ResCurrentState

IsSetUpFor

setUpFor

Methods for Setting-Up the Material Flow Objects