Module: VCloud::Task::Status
- Defined in:
- lib/vcloud/user/task.rb
Overview
Task status as it’s being processed
Constant Summary collapse
- QUEUED =
The task has been queued for execution
'queued'
- PRE_RUNNING =
The task is awaiting preprocessing or administrative action
'preRunning'
- RUNNING =
The task is running
'running'
- SUCCESS =
The task completed with a status of success
'success'
- ERROR =
The task encountered an error while running
'error'
- CANCELED =
The task was canceled by the owner or an administrator
'canceled'
- ABORTED =
The task was aborted by an administrative action
'aborted'