Possible enumeration values:

NameValueDescription
None

0

Default value - undetermined.

Ok

1

Status Ok. For batch operation it means that all items processed. for single operation it means that all steps of the operation completed without errors.

Failed

2

Status Failed. For batch operation it means all items failed, or some item failed and it prevented processing of othet items - no items completed operation. For single item operation it means critical step failed and it prevented whole operation from completion.

Warn

3

Status Warn. Means operation cannot proceed without confirmation from user. No items were processed.

PartiallyOk

4

For the bach operation this status means some items succeded, some failed. For single item operation, this status means that items passed throug multiple steps and some non-critical step(s) failed. In both cases check other properties for the details about failed items/steps.