JinniOperationStatus(JinniOperationState, NullableInt32, String) - конструктор

Create instance of JinniOperationStatus with its properties.

Definition

Пространство имён: Tessa.Jinni
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public JinniOperationStatus(
	JinniOperationState state,
	int? progress,
	string? errorMessage = null
)

Параметры

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.

См. также