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;}
    property Nullable<JobState> JobStatus {
       Nullable<JobState> get();
    }
    See Also