MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / CheckInParallel

Method CheckInParallel

lib/macro/macro.hpp:91–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 void SetRunInParallel(bool parallel) { _runInParallel = parallel; }
90 bool RunInParallel() const { return _runInParallel; }
91 bool CheckInParallel() const { return _checkInParallel; }
92 void SetCheckInParallel(bool parallel);
93 bool ParallelTasksCompleted() const;
94

Callers 1

MacroSettingsDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected