StartNextJobViaFC Method
- Last UpdatedNov 06, 2025
- 1 minute read
The StartNextJobViaFC() method starts the next job in the queue for the specified entity.
This overload of the method uses the entity ID to specify the entity.
| Overload | Description |
|---|---|
| StartNextJobViaFC(Int32,String,Int32,Nullable<Int32>) | The StartNextJobViaFC() method starts the next job in the queue for the specified entity. This overload of the method uses the entity ID to specify the entity. |
| StartNextJobViaFC(Int32,String,Int32,Nullable<Int32>,Nullable<DateTime>) | The StartNextJobViaFC() method starts the next job in the queue for the specified entity. This overload of the method uses the entity ID to specify the entity. |
| StartNextJobViaFC(Int32,String,String,String,Nullable<Int32>) | The StartNextJobViaFC() method starts the next job in the queue for the specified entity. This overload of the method uses the entity name and site name to specify the entity. |
| StartNextJobViaFC(Int32,String,String,String,Nullable<Int32>,Nullable<DateTime>) | The StartNextJobViaFC() method starts the next job in the queue for the specified entity. This overload of the method uses the entity name and site name to specify the entity. |