Skip to content

RobotState

Summary

Represents the predefined states of a Robot instance.

Signature

1
public enum RobotState

Namespace

cAlgo.API

Fields

Stopped

Summary

Robot instance is stopped.

Signature

1
public static RobotState Stopped;

Return Value

RobotState

Running

Summary

Robot instance is running.

Signature

1
public static RobotState Running;

Return Value

RobotState

Stopping

Summary

Stop was requested, but Robot instance has not stopped yet

Signature

1
public static RobotState Stopping;

Return Value

RobotState

Restarting

Summary

Restarting Robot instance because of crash or change of parameters, symbols, account, etc.

Signature

1
public static RobotState Restarting;

Return Value

RobotState