←Select platform

Percentage Property

Summary

Gets or sets the progress for a job.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
public int Percentage { get; set; } 
  
Public Property Percentage As Integer 
public: 
property int Percentage { 
   int get(); 
   void set (    int ); 
} 

Property Value

A System.Int32 that represents the job progress.

Remarks

This property is only valid when the status of the job is JobStatus.Started. A job status of JobStatus.Started indicates that the job is currently being processed. The progress is updated when an assembly worker calls the UpdatePercentage method.

Example

For an example, refer to IJobService.GetJobInformation.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly