Class StageStartedSignal
Signal dispatched when a stage begins.
Namespace: Serenity.Stage.Application.Events
Assembly: Serenity.Stage.Application.dll
Syntax
public class StageStartedSignal : EventDispatcherSignal
Constructors
StageStartedSignal(StageId)
Creates a new StageStartedSignal.
Declaration
public StageStartedSignal(StageId stageId)
Parameters
| Type | Name | Description |
|---|---|---|
| StageId | stageId | The identity of the started stage. |
Fields
StageId
The identity of the started stage.
Declaration
public readonly StageId StageId
Field Value
| Type | Description |
|---|---|
| StageId |