UpdateJobFailure Method
Inform the job queue that the client was unable to complete the job.
Required Permissions
JobQueueReserveSyntax
public void UpdateJobFailure(
System.long id,
System.string statusMsg,
System.bool allowRetry
)Public Sub UpdateJobFailure( _
ByVal id As System.Long, _
ByVal statusMsg As System.String, _
ByVal allowRetry As System.Boolean _
) Parameters
| Name | Description |
|---|---|
| id | The ID of the job. |
| statusMsg | An optional message explaining reason for the failure. |
| allowRetry |