adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job Class / JobStatus Property


In This Topic
    JobStatus Property (Job)
    In This Topic
    Returns a JobStatus object showing the status and statistics for the job
    Syntax
    'Declaration
     
    
    Public ReadOnly Property JobStatus As JobStatus
    public JobStatus JobStatus {get;}
    public:
    property JobStatus^ JobStatus {
       JobStatus^ get();
    }
    Remarks
    The JobStatus object retrieved through this process is current at the time the job is fetched or refreshed but otherwise does not update automatically. To get the latest status information call GetStatus.
    See Also