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


In This Topic
    JobOID Property (IScriptParameters)
    In This Topic
    The object ID of the executing job.
    Syntax
    'Declaration
     
    
    ReadOnly Property JobOID As Nullable(Of Guid)
    Nullable<Guid> JobOID {get;}
    property Nullable<Guid> JobOID {
       Nullable<Guid> get();
    }
    Remarks
    Null if the script is not being run by a job.
    See Also