Method ToBool
ToBool(CommandOutcome)
Converts a CommandOutcome to a nullable boolean for backward compatibility.
public static bool? ToBool(this CommandOutcome outcome)
Parameters
outcomeCommandOutcomeThe outcome to convert.
Returns
- bool?
true for HandledStop, false for HandledContinue, null for NotHandled.