ProcessStatus Enum Reference
Public Member Functions | |
| ProcessStatus (int value) | |
| int | value () |
Static Public Member Functions | |
| [static initializer] | |
| static ProcessStatus | valueOf (int _value) |
Public Attributes | |
| STARTED =(0) | |
| The process has been started. | |
| STOPPED =(1) | |
| The process has been stopped. | |
| RELAUNCHED =(2) | |
| The process has been relaunched. | |
Constructor & Destructor Documentation
| ProcessStatus | ( | int | value | ) |
Constructor
- Parameters
-
value value
Member Function Documentation
| int value | ( | ) |
- Returns
- value
