RobotState
Summary
Represents the predefined states of a Robot instance.
Signature
1 | |
Namespace
cAlgo.API
Fields
Stopped
Summary
Robot instance is stopped.
Signature
1 | |
Return Value
RobotState
Running
Summary
Robot instance is running.
Signature
1 | |
Return Value
RobotState
Stopping
Summary
Stop was requested, but Robot instance has not stopped yet
Signature
1 | |
Return Value
RobotState
Restarting
Summary
Restarting Robot instance because of crash or change of parameters, symbols, account, etc.
Signature
1 | |
Return Value
RobotState