adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryItem Class / LastStepDescription Property


In This Topic
    LastStepDescription Property
    In This Topic
    The description of the last step executed or executing.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LastStepDescription As String
    public string LastStepDescription {get;}
    public:
    property String^ LastStepDescription {
       String^ get();
    }
    Remarks
    This method does not return the JobStep.Description value. Rather, it returns the step Name (if present) and the system-generated description of the task.
    See Also