Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/shared
Job
Interface Job
interface
Job
{
name
:
string
;
onComplete
?:
VoidFunction
;
onFail
?:
VoidFunction
;
onStart
?:
VoidFunction
;
onSuccess
?:
VoidFunction
;
schedule
:
string
;
task
:
Task
;
}
Index
Properties
name
on
Complete?
on
Fail?
on
Start?
on
Success?
schedule
task
Properties
name
name
:
string
Optional
on
Complete
onComplete
?:
VoidFunction
Optional
on
Fail
onFail
?:
VoidFunction
Optional
on
Start
onStart
?:
VoidFunction
Optional
on
Success
onSuccess
?:
VoidFunction
schedule
schedule
:
string
task
task
:
Task
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
on
Complete
on
Fail
on
Start
on
Success
schedule
task
XYO Platform SDK - v3.6.9
Loading...