Status Property

Summary

Gets or sets the new status for the specified job.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public JobStatus Status { get; set; } 
  
Public Property Status As JobStatus 
public: 
property JobStatus Status { 
   JobStatus get(); 
   void set (    JobStatus ); 
} 

Property Value

The new JobStatus for the specified job.

Remarks

If the job was successfully reset, the new status will be JobStatus.New. For more information, refer to the ResetJob method.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly