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


In This Topic
    JobInstanceID Property (IScriptParameters)
    In This Topic
    The instance number for the executing instance.
    Syntax
    'Declaration
     
    
    ReadOnly Property JobInstanceID As Nullable(Of Integer)
    Nullable<int> JobInstanceID {get;}
    property Nullable<int> JobInstanceID {
       Nullable<int> get();
    }
    See Also