adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IScriptParameters Interface / JobStatus Property

In This Topic
    JobStatus Property (IScriptParameters)
    In This Topic
    The current status of the job.
    Syntax
    'Declaration
     
    
    ReadOnly Property JobStatus As Nullable(Of JobState)
    Nullable<JobState> JobStatus {get;}
    See Also