Skip to main content

Introducing Formengine - The New Formbuilder, try for FREE formengine.io.

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

Syntax
public class RuntimeStartEventArgs

Properties

IsColdStart

Gets or sets a value indicating whether the application is in a cold start state.

Declaration
public bool IsColdStart { get; set; }
Property value
TypeDescription
bool<code>true</code> if the application is in a cold start state; otherwise, <code>false</code>.

Extension Methods