Autodesk Vault ProfessionalVault API

UpdateJobFailure Method

Autodesk.Connectivity.WebServicesJobService

Inform the job queue that the client was unable to complete the job.

Required Permissions

JobQueueReserve

Syntax

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

NameDescription
idThe ID of the job.
statusMsgAn optional message explaining reason for the failure.
allowRetry

See Also