adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ScriptExecutionTask Class / CaptureOutput Property


In This Topic
    CaptureOutput Property (ScriptExecutionTask)
    In This Topic
    Indicates whether the output from the script should be saved as a CapturedFile in the job history.
    Syntax
    'Declaration
     
    
    Public Property CaptureOutput As Boolean
    public bool CaptureOutput {get; set;}
    public:
    property bool CaptureOutput {
       bool get();
       void set (    bool value);
    }
    Remarks
    Output can be captured only for PowerShell scripts. This option is ignored for other scripts.
    See Also