Footprints Data Model

Table
Name scheduled_task_status
Comment The run status enumeration. Choices include Scheduled, In Progress, Completed, Completed with Errors.

Column
Name Datatype Comment Is PK Is FK
schdd_task_status_id integer The unique identifier for an instance of Scheduled Task Status. This identifier must be kept in sync with programming code that uses an enumeration or fixed constant to identify particular values. Yes No
schdd_task_status_name varchar(255) The name of the Scheduled Task Status. No No