Свойство | Тип | Описание | |
---|---|---|---|
Indeterminate | double |
Метод | Описание | |
---|---|---|
IsFinalState ( StepExecutionState state ) : bool |
Returns whether the state is considered to be final
|
|
IsIndeterminate ( double progress ) : bool |
Returns whether the specified values is indeterminate
|
Метод | Описание | |
---|---|---|
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 |
Результат | bool |
public static IsIndeterminate ( double progress ) : bool | ||
progress | double | The progress for which to check |
Результат | bool |