LEADTOOLS Cloud (Leadtools.Services.Cloud.DataContracts assembly)

Percentage Property

Show in webframe





Gets or sets the progress for a job.
Syntax
public int Percentage {get; set;}
'Declaration
 
Public Property Percentage As Integer
'Usage
 
Dim instance As JobInformation
Dim value As Integer
 
instance.Percentage = value
 
value = instance.Percentage

            

            
public:
property int Percentage {
   int get();
   void set (    int value);
}

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

See Also

Reference

JobInformation Class
JobInformation Members
Programming with Leadtools Cloud SDK
Creating Cloud Worker Assemblies
Understanding The LEADTOOLS Cloud Database
GetJobInformation Method
UpdatePercentage Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.