.. _pilot.execution_state_e: pilot.execution_state_e ========================= .. cpp:namespace:: pilot::execution_state_e Enumeration ----------- Possible states of task execution. .. cpp:enumerator:: RUNNING Currently executing a task. .. cpp:enumerator:: PAUSED Execution has been paused. .. cpp:enumerator:: FINISHED Execution has finished. .. cpp:enumerator:: CANCELED Execution was canceled.