adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ProgramExecutionTask Class / BatchScript Property

In This Topic
    BatchScript Property
    In This Topic
    Gets or sets the stored batch file to execute.
    Syntax
    'Declaration
     
    
    Public Property BatchScript As Script
    public Script BatchScript {get; set;}
    Remarks
    The script must have a language of "Batch". It will be written to a temporary file and executed as a batch file. If BatchScript is specified, the ExecutionTarget is ignored.
    See Also