ADSJob class
Arcana Scheduler Help
The Interactive property determines whether the scheduled program is allowed to interact with the logged-on user.
boolean
C++ |
job->get_Interactive(VARIANT_BOOL *value) |
VB |
job.Interactive |
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.