Skip to main content

Enum ForceExecutionResult

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum ForceExecutionResult

Fields

FieldsDescription
CompletionSpecifies that the execution result value will be forced to 'Completion'.
FailureSpecifies that the execution result value will be forced to 'Failure'.
NoneSpecifies no forced execution result.
SuccessSpecifies that the execution result value will be forced to 'Success'.