ADSJob class

CommandLine property

    Arcana Scheduler Help

The CommandLine property specifies the startup parameters that will be passed to the Application when it is run.

Data Type

BSTR

Syntax

 

C++

job->get_CommandLine(BSTR *value)
job
->
put_CommandLine(BSTR value)

VB

job.CommandLine

Remarks

The Scheduler supports several command-line macros that can be used to construct the command line dynamically. See the Arcana Scheduler help for more information.