dxx v0.0.9 (2018-11-07T11:31:35Z)
Dub
Repo
Job
dxx
app
job
Undocumented in source.
interface
Job : NotificationSource {
enum
Status
;
struct
JobStatusEvent
;
const
(
Status
)
status
[@property getter];
bool
terminated
[@property getter];
inout
(
Exception
)
thrownException
[@property getter];
void
execute
();
}
Members
Enums
Status
enum
Status
Undocumented in source.
Functions
execute
void
execute
()
Undocumented in source.
Properties
status
const
(
Status
)
status
[@property getter]
Undocumented in source.
terminated
bool
terminated
[@property getter]
Undocumented in source.
thrownException
inout
(
Exception
)
thrownException
[@property getter]
Undocumented in source.
Structs
JobStatusEvent
struct
JobStatusEvent
Undocumented in source.
Meta
Source
See Implementation
dxx
app
job
classes
JobBase
JobDelegate
interfaces
Job