Enum Status
Determines the status of a ModelAction
Namespace: TimeCockpit.Data.DataModel.Actions
Assembly: TimeCockpit.Data.dll
Syntax
public enum Status
Fields
| Name | Description |
|---|---|
| Disabled | A ModelAction is disabled. That is e.g. the ExecutionContext of a ModelAction is not set. |
| Executable | A ModelAction is executable. |
| NotAllowed | A ModelAction has permissions that deny the execution of the action. |
| NotEvaluated | A ModelAction has NOT been evaluated. GetStatus(ModelActionContext) needs to be called. |
| NotValid | A ModelAction is NOT valid. That is, a Condition in Conditions is not satisfied. |