SpelTaskState Enumeration
| Member name | Value | Description |
|---|---|---|
| Quit | 0 | Task is in the quit state. |
| Run | 1 | Task is in the run state. |
| Aborted | 2 | Task was aborted. |
| Finished | 3 | Task was finished. |
| Breakpoint | 4 | Task is at a breakpoint. |
| Halt | 5 | Task is in the halt state. |
| Pause | 6 | Task is in the pause state. |
| Step | 7 | Task is being stepped. |
| Walk | 8 | Task is being walked. |
| Error | 9 | Task is in the error state. |
| Waiting | 10 | Task is in the wait state. |