adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobStatus Class
Members


In This Topic
    JobStatus Class
    In This Topic
    Contains status and statistics for a job
    Object Model
    JobStatus ClassDataContext ClassOID ClassADTObject Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class JobStatus 
       Inherits ADTObject
    public sealed class JobStatus : ADTObject 
    public ref class JobStatus sealed : public ADTObject 
    Remarks

    If the job runs on multiple agents, the JobStatus contains aggregate information across all computers where the job runs. Use Job.RemoteAgents to get the same information for individual agents.

    The statistics tracked by the JobStatus can be reset using Job.ClearHistory

    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.ObjectBase
          ArcanaDevelopment.adTempus.Client.ADTObject
             ArcanaDevelopment.adTempus.Client.JobStatus

    See Also