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


In This Topic
    StepExecutionFinish Property
    In This Topic
    The date/time at which step execution finished.
    Syntax
    'Declaration
     
    
    ReadOnly Property StepExecutionFinish As Nullable(Of Date)
    Nullable<DateTime> StepExecutionFinish {get;}
    property Nullable<DateTime> StepExecutionFinish {
       Nullable<DateTime> get();
    }
    See Also