Search
Preparing search index...
The search index is not available
@villedemontreal/workit-types
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@villedemontreal/workit-types
IProcess
Interface IProcess
Hierarchy
IProcess
Index
Methods
get
Process
Handler
on
run
start
stop
Methods
get
Process
Handler
get
Process
Handler
(
)
:
IProcessHandler
Returns
IProcessHandler
on
on
(
event
:
"starting"
|
"running"
|
"stopping"
|
"stopped"
, listener
:
(
)
=>
void
)
:
IProcess
Parameters
event:
"starting"
|
"running"
|
"stopping"
|
"stopped"
listener:
(
)
=>
void
(
)
:
void
Returns
void
Returns
IProcess
run
run
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
start
start
(
)
:
void
Returns
void
stop
stop
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Exports
IProcess
get
Process
Handler
on
run
start
stop
Generated using
TypeDoc