metatell Bot SDK - v2.0.0
GitHub
NPM
Preparing search index...
@metatell/bot-sdk
<internal>
Dispatcher
DispatchController
Interface DispatchController
interface
DispatchController
{
get
aborted
()
:
boolean
;
get
paused
()
:
boolean
;
get
reason
()
:
Error
|
null
;
abort
(
reason
:
Error
)
:
void
;
pause
()
:
void
;
resume
()
:
void
;
}
Index
Accessors
aborted
paused
reason
Methods
abort
pause
resume
Accessors
aborted
get
aborted
()
:
boolean
Returns
boolean
paused
get
paused
()
:
boolean
Returns
boolean
reason
get
reason
()
:
Error
|
null
Returns
Error
|
null
Methods
abort
abort
(
reason
:
Error
)
:
void
Parameters
reason
:
Error
Returns
void
pause
pause
()
:
void
Returns
void
resume
resume
()
:
void
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Accessors
aborted
paused
reason
Methods
abort
pause
resume
GitHub
NPM
metatell Bot SDK - v2.0.0
Loading...