Status Property

Summary

Gets or sets the status of a 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

A JobStatus object that represents the current status of a job.

Example

For an example, refer to IJobService.GetJobInformation.

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