ChartRobot
Summary
The interface representing a Robot instance attached to a chart.Provides properties that allow for accessing various information about a Robot.
Signature
1 | |
Namespace
cAlgo.API
Examples
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
1 2 3 4 5 6 7 8 9 10 | |
See Also
Methods
Start
Summary
Starts the Robot instance.
Signature
1 | |
Return Value
void
Stop
Summary
Stops the Robot instance.
Signature
1 | |
Return Value
void
Properties
Name
Summary
Gets the name of a Robot instance.
Signature
1 | |
Return Value
string
InstanceId
Summary
Gets the ID of a specific Robot instance.
Signature
1 | |
Return Value
string
Type
Summary
Gets the RobotType of a Robot instance.
Signature
1 | |
Return Value
RobotType
Parameters
Summary
Gets the collection of Robot parameters.
Signature
1 | |
Return Value
AlgoInstanceParameters
State
Summary
Gets the current state of a Robot instance.
Signature
1 | |
Return Value
RobotState