Enum ForceExecutionResult
C#
public enum ForceExecutionResult
Fields
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'. |