orbits

@wbce/orbits / Exports / ActionState

Enumeration: ActionState

Table of contents

Enumeration Members

Enumeration Members

CLOSED

CLOSED = 6

Defined in

src/models/action.ts:13


ERROR

ERROR = 5

Defined in

src/models/action.ts:12


EXECUTING_MAIN

EXECUTING_MAIN = 1

Defined in

src/models/action.ts:8


IN_PROGRESS

IN_PROGRESS = 2

Defined in

src/models/action.ts:9


PAUSED

PAUSED = 3

Defined in

src/models/action.ts:10


REVERTED

REVERTED = 8

Defined in

src/models/action.ts:15


REVERTING

REVERTING = 7

Defined in

src/models/action.ts:14


SLEEPING

SLEEPING = 0

Defined in

src/models/action.ts:7


SUCCESS

SUCCESS = 4

Defined in

src/models/action.ts:11


UNKNOW

UNKNOW = -1

Defined in

src/models/action.ts:6