adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryStep Class / GetStep Method

In This Topic
    GetStep Method
    In This Topic
    Gets the JobStep to which this item belongs.
    Syntax
    'Declaration
     
    
    Public Function GetStep() As JobStep
    public JobStep GetStep()
    Remarks
    The JobStep may be null if the job has been deleted from the server (execution history may not be deleted at the same time the job is deleted).
    See Also