PauseJob Method
- Last UpdatedNov 06, 2025
- 2 minute read
The PauseJob() method stops, suspends, or puts on hold the specified job running on the specified entity.
| Overload | Description |
|---|---|
| PauseJob(Int32,String,Int32,Nullable<DateTime>,String,String,Int32,Int32,String,Nullable<Boolean>,Nullable<Int32>) | The PauseJob() method stops, suspends, or puts on hold the specified job running on the specified entity. This overload of the method uses the entity ID to specify the entity. It also includes the jobPauseTimeUtc parameter for supplying a specific job pause time. |
| PauseJob(Int32,String,Int32,String,String,Int32,Int32,String,Nullable<Boolean>,Nullable<Int32>) | The PauseJob() method stops, suspends, or puts on hold the specified job running on the specified entity. This overload of the method uses the entity ID to specify the entity. |
| PauseJob(Int32,String,Int32,String,String,Int32,Int32,String,Nullable<Boolean>,Nullable<Int32>,Nullable<DateTime>) | The PauseJob() method stops, suspends, or puts on hold the specified job running on the specified entity. This overload of the method uses the entity ID to specify the entity. It also uses the eventTime parameter for supplying a specific job pause time. |
| PauseJob(Int32,String,String,String,String,String,Int32,Int32,String,Nullable<Boolean>,Nullable<Int32>) | The PauseJob() method stops, suspends, or puts on hold the specified job running on the specified entity. This overload of the method uses the entity name and site name to specify the entity. |
| PauseJob(Int32,String,String,String,Nullable<DateTime>,String,String,Int32,Int32,String,Nullable<Boolean>,Nullable<Int32>) | The PauseJob() method stops, suspends, or puts on hold the specified job running on the specified entity. This overload of the method uses the entity name and site name to specify the entity. It also includes the jobPauseTimeUtc parameter for supplying a specific job pause time. |
| PauseJob(Int32,String,String,String,String,String,Int32,Int32,String,Nullable<Boolean>,Nullable<Int32>,Nullable<DateTime>) | The PauseJob() method stops, suspends, or puts on hold the specified job running on the specified entity. This overload of the method uses the entity name and site name to specify the entity. It also uses the eventTime parameter for supplying a specific job pause time. |