ADSJob class

Interactive property

    Arcana Scheduler Help

The Interactive property determines whether the scheduled program is allowed to interact with the logged-on user.

Data Type

boolean

Syntax

 

C++

job->get_Interactive(VARIANT_BOOL *value)
job
->
put_Interactive(VARIANT_BOOL value)

VB

job.Interactive

Remarks

If the Interactive property is FALSE, the program does not have access to the window station, and therefore cannot interact with the user of the computer. The user will not be able to see the executing program.

Setting this property to FALSE may lead to unexpected problems for programs not designed to run non-interactively.