Async worker status enumeration.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.0.0.0 (8.1.5347.20411)
Members
Member name | Value | Description | |
---|---|---|---|
Stopped | 0 | Process stopped. | |
Running | 1 | Process running. | |
Finished | 2 | Process finished. | |
Error | 3 | Error occurred. | |
WaitForFinish | 4 | Process waits for being finished. |
See Also