Enumeration Outcome

The outcome of a log event. Should always be populated.

Enumeration Members

Enumeration Members

COMPLETED: "COMPLETED"

The event has completed. For events that don't fit into SUCCESS or FAILURE.

FAILURE: "FAILURE"

The event has completed unsuccessfully.

IN_PROGRESS: "IN_PROGRESS"

The event is unfolding at the time that you create the log entry.

SUCCESS: "SUCCESS"

The event has completed successfully.