LEADTOOLS Cloud (Leadtools.Services.Cloud.DataContracts assembly)
LEAD Technologies, Inc

CompletedTime Property






Gets or sets a value indicating the date and time a job was successfully processed.
Syntax
public Nullable<DateTime> CompletedTime {get; set;}
'Declaration
 
Public Property CompletedTime As Nullable(Of Date)
'Usage
 
Dim instance As JobInformation
Dim value As Nullable(Of Date)
 
instance.CompletedTime = value
 
value = instance.CompletedTime
public IReference<DateTime> CompletedTime {get; set;}
 get_CompletedTime();
set_CompletedTime(value);
public:
property Nullable<DateTime> CompletedTime {
   Nullable<DateTime> get();
   void set (    Nullable<DateTime> value);
}

Property Value

A System.DateTime object that represents the date and time a job was successfully processed.
Remarks
This property is only valid if the job status is JobStatus.Completed, indicating the job was successfully processed. Use the FailedTime property to obtain the date and time a job failed during processing if its status is JobStatus.Failed. A job is considered complete when the worker assembly calls SetCompletedStatus and the status is set to JobStatus.Completed.
Example
For an example, refer to IJobService.GetJobInformation.
Requirements

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

See Also

Reference

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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.