Click or drag to resize

PFJobSchedulerStatus Enumeration

Defines basic status information for the scheduling machine, if found.

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 PFJobSchedulerStatus
Members
  Member nameValueDescription
NotFound0 The scheduling engine was not found.
Paused1 The scheduling engine is paused.
Running2 The scheduling engine is running.
See Also