Interface ITransitionState
Provides information about a transition's state.
Namespace: Kephas.Services.Transitioning
Assembly: Kephas.Core.dll
Syntax
public interface ITransitionStateProperties
| Improve this Doc View SourceException
Gets the exception in the case the transitioning is faulted.
Declaration
Exception Exception { get; }Property Value
| Type | Description | 
|---|---|
| System.Exception | The exception. | 
IsCompleted
Gets a value indicating whether the transition is completed.
Declaration
bool IsCompleted { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
IsCompletedSuccessfully
Gets a value indicating whether the transition is completed succcessfully.
Declaration
bool IsCompletedSuccessfully { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
IsFaulted
Gets a value indicating whether the transition is faulted.
Declaration
bool IsFaulted { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
IsInProgress
Gets a value indicating whether the transition is in progress.
Declaration
bool IsInProgress { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
IsNotStarted
Gets a value indicating whether the transition is not started.
Declaration
bool IsNotStarted { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 |