ADSJob class

UseSystemAccount property

   Arcana Scheduler Help

When the UseSystemAccount property is set, the job will be run under the Local System security account on the computer instead of under a user account.

Data Type

boolean

Syntax

 

C++

job->get_UseSystemAccount(VARIANT_BOOL *value)
job
->
put_UseSystemAccount(VARIANT_BOOL value)

VB

job.UseSystemAccount

Remarks

The UseSystemAccount property should generally be FALSE—use a user account instead.

The Local System account has advantages:

However, it also has many disadvantages: