Preparing search index...
The search index is not available
@atomic-reactor/reactium-sdk-core
@atomic-reactor/reactium-sdk-core
PulseTaskOptions
Type alias PulseTaskOptions
Pulse
Task
Options
:
{
ID
?:
string
;
attempts
?:
number
;
autostart
?:
boolean
;
callback
?:
PulseCallback
<
any
>
;
debug
?:
boolean
;
delay
?:
number
;
repeat
?:
number
;
}
Type definition for the options of a PulseTask.
Type declaration
Optional
ID
?:
string
Optional
attempts
?:
number
Optional
autostart
?:
boolean
Optional
callback
?:
PulseCallback
<
any
>
Optional
debug
?:
boolean
Optional
delay
?:
number
Optional
repeat
?:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@atomic-reactor/reactium-sdk-core
Loading...
Type definition for the options of a PulseTask.