Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the batch task is run on the server or a client.
Syntax
public boolean runsImpersonated()
Run On
Called
Return Value
Type: boolean
true if the task is run on the server; otherwise, false.
Remarks
Your classes that extend the RunBaseBatch class must override the runsImpersonated method and return false, if you want those tasks to run on a client.