ScenarioTaskStatus Enumeration |
Namespace: AGI.STKParallel.PluginCore
| Member name | Value | Description | |
|---|---|---|---|
| NotRun | 0 | Task has not been executed. | |
| Failed | 1 | Task failed because of an uncaught exception while running the task. | |
| Cancelled | 2 | Task is cancelled. | |
| Completed | 3 | Task completed successfully. |
STK Parallel Computing Desktop API 2.10