Skip to main content

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

PropertyDescription
SuspendedJobInfoSpecify the information to suspend the job.
persistenceFilePathSpecify the persistence file path.

Remarks

Use SuspendJobAsync API to suspend the job with specified SuspendedJobInfo from the connected Control Room.