Click or drag to resize

BatchJobsManagerPauseBatchJob Method

Allows to pause selected batch job. Only not started yet jobs can be paused.

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

Parameters

jobId
Type: SystemInt32
See Also