IProcessMonitorable.MonitorProcessState Method

Relativity Services API
Registers the current proxy to monitor and raise status events for a running process.

Namespace:  kCura.Relativity.Client
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

ProcessOperationResult MonitorProcessState(
	APIOptions apiOpt,
	Guid processID
)

Parameters

apiOpt
Type: kCura.Relativity.Client.APIOptions
The APIOptions object containing the login token from the Login() call, and the workspace ID.
processID
Type: System.Guid
The unique identifier for the running process.

Return Value

Type: ProcessOperationResult
ProcessOperationResult indicating the result of the operation.
See Also

Reference