package |
Default |
---|
onJobCompleted() : mixed
mixed
onJobFailed() : mixed
mixed
onJobPending() : mixed
mixed
stopWatchingJob() : mixed
mixed
watchJob(string $jobId) : mixed
Calls either onJobCompleted or onJobFailed unless stopWatchingJob is called first. If given job is already completed or failed, the appropriate callback will be called.
string
mixed
watchingJobId : string
var |
---|
string