C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
State.cs
Go to the documentation of this file.
2{
4 public enum State
5 {
13 Failed
14 }
15}
State
Enumeration for defining different states as used in APIResourceView_Status responses.
Definition State.cs:5
@ Completed
Simulation is done running and results should be ready.
@ Created
View has been created, but simulation has not been run.
@ Running
Simulation is being run.
@ Failed
Simulation is done running and has failed. Results will not be ready.