DelegateJobNotification.this

Constructor. Initializes DelegateJobNotification.

class DelegateJobNotification
this
(
scope void delegate
()
resume_job
,
scope void delegate
()
suspend_job = null
)

Parameters

resume_job void delegate
()

delegate to call to resume suspended job

suspend_job void delegate
()

delegate to call to suspend current job, null if that should not be possible

Meta