orbits

@wbce/orbits / Exports / Executor

Class: Executor

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new Executor()

Properties

scope

Optional scope: ActionState[]

Defined in

src/action-executor.ts:7

Methods

createInstallAction

createInstallAction(): Action | Promise<Action>

Returns

Action | Promise<Action>

Defined in

src/action-executor.ts:9


createUninstallAction

createUninstallAction(): Action | Promise<Action>

Returns

Action | Promise<Action>

Defined in

src/action-executor.ts:13


resume

resume(action): any

Parameters

Name Type
action any

Returns

any

Defined in

src/action-executor.ts:17