PauseJobAsync Method
- Last UpdatedNov 06, 2025
- 1 minute read
The PauseJobAsync() method stops, suspends, or puts on hold the specified job running on the specified entity.
| Overload | Description |
|---|---|
| PauseJobAsync(Int32,String,String,String,String,String,Int32,Int32,String,Nullable<Boolean>,Nullable<Int32>,Nullable<DateTime>) | The PauseJobAsync() 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. |
| PauseJobAsync(Int32,String,String,String,Nullable<DateTime>,String,String,Int32,Int32,String,Nullable<Boolean>,Nullable<Int32>) | The PauseJobAsync() 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 jobPauseTimeUtc parameter for supplying a specific job pause time. |