Search
Preparing search index...
The search index is not available
@truffle/preserve
Options
Public
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
@truffle/preserve
Control
Controllers
Steps
IStepsController
Interface IStepsController
Hierarchy
IErrorController
IStepsController
Implemented by
StepsController
StepsController
Index
Properties
state
Methods
abort
begin
declare
emit
fail
step
stop
succeed
update
Properties
Readonly
state
state
:
State
Methods
abort
abort
(
options
:
Abort
)
:
Process
<
void
,
Stop
|
Abort
>
Parameters
options:
Abort
Returns
Process
<
void
,
Stop
|
Abort
>
begin
begin
(
options
?:
Begin
)
:
Process
<
void
,
Begin
>
Parameters
Optional
options:
Begin
Returns
Process
<
void
,
Begin
>
declare
declare
(
options
:
Declare
)
:
Process
<
IValueResolutionController
,
Declare
>
Parameters
options:
Declare
Returns
Process
<
IValueResolutionController
,
Declare
>
emit
emit<E>
(
event
:
Pick
<
E
,
Exclude
<
keyof E
,
"scope"
>
>
)
:
E
Type parameters
E
:
Event
Parameters
event:
Pick
<
E
,
Exclude
<
keyof E
,
"scope"
>
>
Returns
E
fail
fail
(
options
:
Fail
)
:
Process
<
void
,
Stop
|
Fail
|
Abort
>
Parameters
options:
Fail
Returns
Process
<
void
,
Stop
|
Fail
|
Abort
>
step
step
(
options
:
Step
)
:
Process
<
IStepsController
,
Step
>
Parameters
options:
Step
Returns
Process
<
IStepsController
,
Step
>
stop
stop
(
options
?:
Stop
)
:
Process
<
void
,
Stop
>
Parameters
Optional
options:
Stop
Returns
Process
<
void
,
Stop
>
succeed
succeed
(
options
?:
Succeed
)
:
Process
<
void
,
Succeed
>
Parameters
Optional
options:
Succeed
Returns
Process
<
void
,
Succeed
>
update
update
(
options
:
Update
)
:
Process
<
void
,
Update
>
Parameters
options:
Update
Returns
Process
<
void
,
Update
>
Modules
Steps
Controller
Constructor
Options
ISteps
Controller
state
abort
begin
declare
emit
fail
step
stop
succeed
update
Generated using
TypeDoc