<PackageReference Include="Relativity.API" Version="17.0.4" />

OperationState

public enum OperationState
Tracks the progress state of the Mass Operation

An Operation that has been canceled by the user.

An Operation that has been signaled to be canceled by the user.

A Operation that has completed with no errors

A completed Mass Operation that didn't complete everything it intended.

An Operation that has stoped due to an error that was caught. The error is one that was understood by the process.

Idle = 0

Default state of an un-executed Operation

Running = 1

State of an Operation that is executing

An Operation that has encountered a problem. Typically security related issue with one or more actions.

An Operation that has stopped due to an error that was caught. The error was not understood by the process.