ExecutionSettingsExtensions.GetRounds Method

TegoOS

ExecutionSettingsExtensionsGetRounds Method
Overload List
  Name Description
Public method Static member GetRounds(ExecutionSettings)
Get the number of rounds for the settings (including null). 1 if settings or trigger are null or 0 if trigger does not provide rounds.
Public method Static member GetRounds(Trigger)
Get the number of rounds for a trigger. 1 if trigger is null or 0 if trigger does not provide rounds.
Top
See Also