Management::EM::TaskStatus¶
Members¶
Member
Value
Description
TASK_STATUS_UNKNOWN
0
task has unknown status
TASK_STATUS_PENDING
1
task is pending
TASK_STATUS_STARTED
2
task has started
TASK_STATUS_FAILED
3
task has failed
TASK_STATUS_COMPLETE
4
task has completed successfully
TASK_STATUS_RUNNING
5
task is currently running
TASK_STATUS_CANCELING
6
task is being canceled
TASK_STATUS_CANCELED
7
task was canceled
TASK_STATUS_ABANDONED
8
task was abandoned
TASK_STATUS_TERMINATED
9
task was terminated
TASK_STATUS_TIMED_OUT
10
task timed out
TASK_STATUS_RESCHEDULED
11
task was rescheduled
See Also¶
Warning
The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.
Sample Code¶
The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.