JinniOperationStatusIsSuccessful - свойство
Flag whether operation isn't failed.
Пространство имён: Tessa.JinniСборка: Tessa (в Tessa.dll) Версия: 4.0.4
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 occured.