Leadtools.Cloud.Job Namespace > JobBase Class : SetCompletedStatus Method |
public JobStatus SetCompletedStatus( string jobID, string jobMetadata )
'Declaration Public Function SetCompletedStatus( _ ByVal jobID As String, _ ByVal jobMetadata As String _ ) As JobStatus
'Usage Dim instance As JobBase Dim jobID As String Dim jobMetadata As String Dim value As JobStatus value = instance.SetCompletedStatus(jobID, jobMetadata)
public JobStatus SetCompletedStatus( string jobID, string jobMetadata )
function Leadtools.Cloud.Job.JobBase.SetCompletedStatus( jobID , jobMetadata )
public: JobStatus SetCompletedStatus( String^ jobID, String^ jobMetadata )
Use this method to set the status of a job to Jobstatus.Completed indicating the job has been successfully processed. If the job is not found, Jobstatus.NotFound will be returned.
If an empty string is passed for the jobMetadata parameter, the existing job metadata for the job is maintained. For more information on how the jobMetadata property is used, refer to Understanding The LEADTOOLS Cloud Database.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2