ChangeJobStates Method
- Last UpdatedNov 06, 2025
- 1 minute read
The ChangeJobStates() method sets the job state for the specified jobs, or to all jobs in the work orders to which the jobs belong.
This overload of the method uses a row ID from the Job table to identify the job.
| Overload | Description |
|---|---|
| ChangeJobStates(Int32,Int32,Nullable<JobStateCode>,Nullable<DateTime>,Nullable<Int32>,Nullable<Boolean>,String) | The ChangeJobStates() method sets the job state for the specified jobs, or to all jobs in the work orders to which the jobs belong. This overload of the method uses a row ID from the Job table to identify the job. |
| ChangeJobStates(Int32,Int32[],Nullable<JobStateCode>,Nullable<DateTime>,Nullable<Int32>,Nullable<Boolean>,String) | The ChangeJobStates() method sets the job state for the specified jobs, or to all jobs in the work orders to which the jobs belong. This overload of the method uses a list of row IDs from the Job table to identify the jobs. |