WindowSubstate
Class
Definition
The enum for all the supported activity window states.
public static class WindowSubstate
- Inheritance
-
WindowSubstate
Fields
| ActivityResume |
The activity is paused and cannot run the slices until it is resumed. |
| Canceled |
Canceled by user action. |
| ComputeResources |
The compute resources are not available. |
| ConcurrencyLimit |
All the activity instances are busy running other activity windows. |
| DatasetDependencies |
The upstream dependencies are not ready. |
| Retry |
The activity execution will be retried. |
| ScheduledTime |
The scheduled time for the activity window to run has not yet passed. |
| TimedOut |
Execution took longer than allowed by the activity's timeout period. |
| Validating |
Validation in progress. |
| Validation |
Validation has not started yet, can be used with Failed state as well. |
| ValidationRetry |
Waiting for the validation to be retried. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |