root.generated.openapi_aclient.models.job_status ================================================ .. py:module:: root.generated.openapi_aclient.models.job_status .. autoapi-nested-parse:: Root Signals API Root Signals JSON API provides a way to access Root Signals using provisioned API token The version of the OpenAPI document: 1.0.0 (latest) Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. Classes ------- .. autoapisummary:: root.generated.openapi_aclient.models.job_status.JobStatus Module Contents --------------- .. py:class:: JobStatus Bases: :py:obj:`str`, :py:obj:`enum.Enum` * `pending` - pending * `running` - running * `completed` - completed * `failed` - failed * `cancelled` - cancelled .. py:attribute:: CANCELLED :value: 'cancelled' .. py:attribute:: COMPLETED :value: 'completed' .. py:attribute:: FAILED :value: 'failed' .. py:attribute:: PENDING :value: 'pending' .. py:attribute:: RUNNING :value: 'running'