EndJobAsync Method
- Last UpdatedNov 06, 2025
- 1 minute read
The EndJobAsync() method ends a job on an entity.
| Overload | Description |
|---|---|
| EndJobAsync(Int32,String,String,String,String,String,Nullable<Int32>,String,Nullable<Boolean>,Nullable<Boolean>,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>,Nullable<DateTime>) | The EndJobAsync() method ends a job on an entity. This overload of the method uses the entity name and site name to identify the entity. It also includes the eventTime parameter, in the entity's local time. |
| EndJobAsync(Int32,String,String,String,Nullable<DateTime>,String,String,Nullable<Int32>,String,Nullable<Boolean>,Nullable<Boolean>,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>) | The EndJobAsync() method ends a job on an entity. This overload of the method uses the entity name and site name to identify the entity. It also includes the jobEndTimeUtc parameter. |