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

In This Topic
    CaptureOutput Property (Script)
    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;}
    Remarks
    Output can be captured only for PowerShell scripts. This option is ignored for other scripts.
    See Also