CreateJobsFromStdOps Method
- Last UpdatedNov 06, 2025
- 1 minute read
The CreateJobsFromStdOps() method creates a job and job components from a standard operation.
This overload of the method uses the entity ID to identify the entity that is linked to the standard operation.
| Overload | Description |
|---|---|
| CreateJobsFromStdOps(Int32,String,String,String,Int32,String,String,JobStateCode,Int32,Double,Double,Int32) | The CreateJobsFromStdOps() method creates a job and job components from a standard operation. This overload of the method uses the entity ID to identify the entity that is linked to the standard operation. |
| CreateJobsFromStdOps(Int32,String,String,String,Int32,String,String,JobStateCode,String,String,Double,Double,Int32) | The CreateJobsFromStdOps() method creates a job and job components from a standard operation. This overload of the method uses the entity name and entity site name to identify the entity that is linked to the standard operation. |
| CreateJobsFromStdOps(Int32,String,String,JobFromStdOp[]) | The CreateJobsFromStdOps() method creates a job and job components from a standard operation. This overload of the method creates multiple jobs, specified in a job list. |