Operation.State

abstract class Operation.State

Known direct subclasses
Operation.State.FAILURE

This represents an Operation which has failed.

Operation.State.IN_PROGRESS

This represents an Operation which is in progress.

Operation.State.SUCCESS

This represents an Operation which is successful.


The lifecycle state of an Operation.

Summary

Nested types

This represents an Operation which has failed.

This represents an Operation which is in progress.

This represents an Operation which is successful.