Click or drag to resize

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
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum JobExecutionLockScope
Members
  Member nameValueDescription
Process0 The lock scopes the executing process.
Database1 The lock scopes any job execution in this site context, even from another machine.
See Also