JinniOperationStatusIsSuccessful - свойство
Flag whether operation isn't failed.
Пространство имён: Tessa.JinniСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public bool IsSuccessful { get; }
Public ReadOnly Property IsSuccessful As Boolean
Get
public:
property bool IsSuccessful {
bool get ();
}
member IsSuccessful : bool with get
Значение свойства
Booleantrue if operation isn't failed;
false otherwise.
Returns true if operation is considered ok, i.e. it isn't in failure and there are no errors occurred.