Class OperationHandle
The class that allows you to observe the state of the operation.
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 |
|---|---|
| bool |
Methods
MarkDone()
Sets IsDone to true.
Declaration
public void MarkDone()