JobState Class Methods
- Last UpdatedNov 06, 2025
- 2 minute read
For a list of all members of this type, see JobState members.
| Name | Description | |
|---|---|---|
![]() ![]() | GetAll | The GetAll() method retrieves job and step state records from the Job_State table, as specified by the filter parameters. Passing no filter parameters will retrieve all job and step state records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified job or step state from the Job_State table. |
![]() ![]() | Update | The Update() method updates all columns for the specified job or step state record in the Job_State table. |

