RunState

  • Base type Enumeration

This TC describes the current execution state of a running application or process. The possible values are: running(1), runnable(2), - waiting for a resource (CPU, etc.) waiting(3), - waiting for an event exiting(4), other(5) - other invalid state

Possible values

5 objects
Number Name
1 running
2 runnable
3 waiting
4 exiting
5 other