Job

Represents a task to run once in a single thread. Notifications are sent when the job state changes.

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(shared(Exception)) thrownException [@property getter]
Undocumented in source.

Structs

JobStatusEvent
struct JobStatusEvent
Undocumented in source.

Meta