SystemState

class borneo.SystemState[source]

Bases: object

On-premise only.

The current state of the system request.

Attributes Summary

COMPLETE The operation is complete and was successful.
WORKING The operation is in progress.

Attributes Documentation

COMPLETE = 'COMPLETE'

The operation is complete and was successful. Failures are thrown as exceptions.

WORKING = 'WORKING'

The operation is in progress.