Enum ForceExecutionResult
Namespace: Varigence.Languages.Biml.Task
Assembly: Biml.dll
C#
public enum ForceExecutionResult
Fields
Fields | Description |
---|---|
Completion | Specifies that the execution result value will be forced to 'Completion'. |
Failure | Specifies that the execution result value will be forced to 'Failure'. |
None | Specifies no forced execution result. |
Success | Specifies that the execution result value will be forced to 'Success'. |