Error processing SSI file
LEADTOOLS Job Processor (Leadtools.Services.JobProcessor.DataContracts assembly)

Show in webframe

LastStartedTime Property






Gets or sets the date and time a job last started processing.
Syntax
public Nullable<DateTime> LastStartedTime {get; set;}
'Declaration
 
Public Property LastStartedTime As Nullable(Of Date)
'Usage
 
Dim instance As JobInformation
Dim value As Nullable(Of Date)
 
instance.LastStartedTime = value
 
value = instance.LastStartedTime

            

            
public:
property Nullable<DateTime> LastStartedTime {
   Nullable<DateTime> get();
   void set (    Nullable<DateTime> value);
}

Property Value

A System.DateTime object that represents the date and time a job last started processing.
Example
For an example, refer to IJobService.GetJobInformation.
Requirements

Target Platforms

See Also

Reference

JobInformation Class
JobInformation Members
Programming with the LEADTOOLS Distributed Computing (Job Processor) SDK
Creating Job Processor Worker Assemblies
Understanding The LEADTOOLS Job Processor Database
GetJobInformation Method

Error processing SSI file