ProcessNodeEventIsEscalation Property |
True if this is escalation event. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsEscalation { get; set; }
Public Property IsEscalation As Boolean
Get
Set
public:
property bool IsEscalation {
bool get ();
void set (bool value);
}
member IsEscalation : bool with get, set
Property Value
Type:
Boolean
See Also