Instance Method
success(jobId:)
Called when the job succeeds
func success(jobId: String) async throws
Parameters
jobIdThe id of the Job
Default Implementations
AsyncJobEventDelegate Implementations
success(jobId:)Called when the job succeeds
Instance Method
func success(jobId: String) async throws
jobIdThe id of the Job
success(jobId:)