eligius
Preparing search index...
Action
Class Action
Hierarchy (
View Summary
)
Action
EndableAction
Implements
IAction
Index
Constructors
constructor
Properties
_
scope
Stack
eventbus
id
name
start
Operations
Methods
_
initialize
Scope
Stack
execute
Operation
start
Constructors
constructor
new
Action
(
name
:
string
,
startOperations
:
IResolvedOperation
[]
,
eventbus
:
IEventbus
,
)
:
Action
Parameters
name
:
string
startOperations
:
IResolvedOperation
[]
eventbus
:
IEventbus
Returns
Action
Properties
Protected
_
scope
Stack
_scopeStack
:
IOperationScope
[]
= []
Protected
eventbus
eventbus
:
IEventbus
id
id
:
string
= ''
name
name
:
string
start
Operations
startOperations
:
IResolvedOperation
[]
Methods
Protected
_
initialize
Scope
Stack
_initializeScopeStack
()
:
void
Returns
void
execute
Operation
executeOperation
(
operations
:
IResolvedOperation
[]
,
operationIndex
:
number
,
resolve
:
(
value
?:
any
)
=>
void
,
reject
:
(
reason
?:
any
)
=>
void
,
previousOperationData
?:
TOperationData
|
undefined
,
)
:
void
Parameters
operations
:
IResolvedOperation
[]
operationIndex
:
number
resolve
:
(
value
?:
any
)
=>
void
reject
:
(
reason
?:
any
)
=>
void
previousOperationData
:
TOperationData
|
undefined
= {}
Returns
void
start
start
(
initOperationData
?:
TOperationData
)
:
Promise
<
TOperationData
>
Parameters
Optional
initOperationData
:
TOperationData
Returns
Promise
<
TOperationData
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
scope
Stack
eventbus
id
name
start
Operations
Methods
_
initialize
Scope
Stack
execute
Operation
start
eligius
Loading...