Class OperationHandle
The class that allows you to observe the state of the operation.
Inheritance
System.Object
OperationHandle
Namespace: AlchemyBow.Core
Assembly: AlchemyBow.Core.dll
Syntax
public sealed class OperationHandle
Properties
IsDone
Is the operation marked as done?
Declaration
public bool IsDone { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
MarkDone()
Sets IsDone
to true
.
Declaration
public void MarkDone()