Enum Promise<T>.Condition
Condition under which callbacks should be executed
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
protected enum Condition
Fields
| Name | Description |
|---|---|
| Always | The callback should be always called |
| Failure | The callback should be called on failure |
| Progress | The callback should be called when progress is reported |
| Success | The callback should be called on success |