Click or drag to resize

BatchJobsManagerResumeBatchJob Method

Allows to resume selected batch job. Only paused jobs can be resumed.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void ResumeBatchJob(
	int jobId
)

Parameters

jobId
Type: SystemInt32
See Also