Property | Type | Description | |
---|---|---|---|
Indeterminate | double |
Method | Description | |
---|---|---|
IsFinalState ( StepExecutionState state ) : bool |
Returns whether the state is considered to be final
|
|
IsIndeterminate ( double progress ) : bool |
Returns whether the specified values is indeterminate
|
Method | Description | |
---|---|---|
FormatErrorMessage ( |
Creates a string in the specified format. The format string should have only one placeholder.
|
public static IsFinalState ( StepExecutionState state ) : bool | ||
state | StepExecutionState | The state for which to check |
return | bool |
public static IsIndeterminate ( double progress ) : bool | ||
progress | double | The progress for which to check |
return | bool |