FsFlow.CheckModule.okIf
Returns success when the condition is true.
Parameters
cond: The boolean condition to check.
Returns
A Check that succeeds if cond is true.
Returns success when the condition is true.
cond: The boolean condition to check.A Check that succeeds if cond is true.