JinniOperationStatus(JinniOperationState, NullableInt32, String) - конструктор
Пространство имён: Tessa.JinniСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public JinniOperationStatus(
JinniOperationState state,
int? progress,
string? errorMessage = null
)
Public Sub New (
state As JinniOperationState,
progress As Integer?,
Optional errorMessage As String = Nothing
)
public:
JinniOperationStatus(
JinniOperationState state,
Nullable<int> progress,
String^ errorMessage = nullptr
)
new :
state : JinniOperationState *
progress : Nullable<int> *
?errorMessage : string
(* Defaults:
let _errorMessage = defaultArg errorMessage null
*)
-> JinniOperationStatus
Параметры
- state JinniOperationState
State of operation.
- progress NullableInt32
Progress percentage of operation (between 0 and 100),
or null if progress is unavailable for its current state or for this type of operation.
- errorMessage String (Optional)
Message for error occured during operation's processing,
or null if no errors happened.