Operation.State

public 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

public final class Operation.State.FAILURE extends Operation.State

This represents an Operation which has failed.

public final class Operation.State.IN_PROGRESS extends Operation.State

This represents an Operation which is in progress.

public final class Operation.State.SUCCESS extends Operation.State

This represents an Operation which is successful.