JobExecutionLockScope Enumeration |
Enumerates the possible scopes for an execution lock on a Job.
'Process' means interlocking occurs within current process, 'Database' sets locks for the whole PFSite.
Namespace: Packflow.Core.Jobs
public enum JobExecutionLockScope
Member name | Value | Description | |
---|---|---|---|
Process | 0 | The lock scopes the executing process. | |
Database | 1 | The lock scopes any job execution in this site context, even from another machine. |