Class | Description |
---|---|
JobEvent |
Events reporting the status of a
TrackedJob . |
JobEvent.Failed |
Event fired when a job has failed.
|
JobEvent.Finished |
Event fired when a job is finished.
|
JobEvent.ProgressUpdate |
Event fired when a job has a status update.
|
JobEvent.Started |
Event fired when a job is started.
|
TrackedJob |
A job graph node used for tracking the status of work.
|