Specifies the state of ServerStrategy.
Namespace: GF.Api.Values.Strategies
Assembly: GF.Api.Values (in GF.Api.Values.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Initiated | 0 | ServerStrategy is created and sent to server, but not confirmed by the server. | |
Confirmed | 1 | ServerStrategy is confirmed by the server, global ID is assigned, but the strategy is not strated yet. After Confirmed state, both or states are possible. | |
Started | 2 | ServerStrategy is accepted by server and is running. | |
Stopping | 3 | Stopping ServerStrategy is initiated by a client and the stop request sent to server. | |
Stopped | 4 | ServerStrategy is stopped or not accepted by server. No further processing is performed. | |
Held | 5 | ServerStrategy is being held by server, i.e. it doesn't send any further orders until it started again or stopped finally |
See Also