Defines the interface used for performing process monitoring operations.
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The IProcessMonitorable type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | MonitorProcessState |
Registers the current proxy to monitor and raise status events for a running process.
|
Events
Name | Description | |
---|---|---|
![]() | ProcessCancelled |
The ProcessCancelled event is raised when a running Process has been cancelled.
|
![]() | ProcessComplete |
The ProcessComplete event is raised when a running Process completes execution.
|
![]() | ProcessCompleteWithError |
The ProcessCompleteWithError event is raised when a running Process completes execution with an error.
|
![]() | ProcessFailure |
The ProcessFailure event is raised when a running Process has failed during execution.
|
![]() | ProcessProgress |
The ProcessProgress event is raised when there is a notable change in the progress of a running Process.
|
See Also