Specifies the action that should be taken by Process Automation Server (PAS) if PAS is overloaded at the time of the launch request.

Namespace: ININ.IceLib.ProcessAutomation
Assembly: ININ.IceLib.ProcessAutomation (in ININ.IceLib.ProcessAutomation.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public enum PasOverloadedAtLaunchOption
Visual Basic
Public Enumeration PasOverloadedAtLaunchOption

Members

Member nameValueDescription
None0None
Fail1Fail the launch request without creating a process instance.
Queue2Create a new process instance and queue execution of the new process so it can be executed later when Process Automation Server (PAS) is no longer overloaded. If the process gets queued at launch by PAS, the returned ProcessInstance object will have a Status property whose Id property will be set to Queued.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 6 and beyond.
For 3.0, supported for IC Server version 3.0 SU 19 and beyond.

See Also