Class RuntimeStartEventArgs
Provides data for the RuntimeStart event.
Inheritance
↳ object
↳ RuntimeStartEventArgs
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.Runtime
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class RuntimeStartEventArgs
Properties
IsColdStart
Gets or sets a value indicating whether the application is in a cold start state.
Declarationpublic bool IsColdStart { get; set; }
Type | Description |
---|---|
bool | <code>true</code> if the application is in a cold start state; otherwise, <code>false</code>. |