Job.SuspendJobAsync
Description
Suspends the job with specified SuspendedJobInfo details from the connected Control Room.
Signature [C#]
Task SuspendJobAsync(SuspendedJobInfo suspendedJobInfo, string persistenceFilePath)
Properties
Input
| Property | Description |
|---|---|
| SuspendedJobInfo | Specify the information to suspend the job. |
| persistenceFilePath | Specify the persistence file path. |
Remarks
Use SuspendJobAsync API to suspend the job with specified SuspendedJobInfo from the connected Control Room.