<divclass="block">This interface contains surface level methods for the <ahref="../scheduler/SchedulingSystem.html"title="class in io.github.simplexdevelopment.scheduler"><code>SchedulingSystem</code></a> to use.</div>
<divclass="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>reactor.core.publisher.Mono<<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Void.html"title="class or interface in java.lang"class="external-link">Void</a>></code></div>
<divclass="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="#forceStart(io.github.simplexdevelopment.api.IService)"class="member-name-link">forceStart</a><wbr>(<ahref="IService.html"title="interface in io.github.simplexdevelopment.api">IService</a> service)</code></div>
<divclass="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>reactor.core.publisher.Mono<<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Void.html"title="class or interface in java.lang"class="external-link">Void</a>></code></div>
<divclass="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="#forceStop(io.github.simplexdevelopment.api.IService)"class="member-name-link">forceStop</a><wbr>(<ahref="IService.html"title="interface in io.github.simplexdevelopment.api">IService</a> service)</code></div>
<divclass="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>reactor.core.publisher.Mono<<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Void.html"title="class or interface in java.lang"class="external-link">Void</a>></code></div>
<divclass="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="#runOnce(io.github.simplexdevelopment.api.IService)"class="member-name-link">runOnce</a><wbr>(<ahref="IService.html"title="interface in io.github.simplexdevelopment.api">IService</a> service)</code></div>
<divclass="member-signature"><spanclass="return-type">reactor.core.publisher.Mono<<ahref="../scheduler/ServiceManager.html"title="class in io.github.simplexdevelopment.scheduler">ServiceManager</a>></span> <spanclass="element-name">getServiceManager</span>()</div>
<dlclass="notes">
<dt>Returns:</dt>
<dd>The service manager which exerts control over the service pools and their associated services.</dd>
<divclass="member-signature"><spanclass="return-type">reactor.core.publisher.Mono<<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Void.html"title="class or interface in java.lang"class="external-link">Void</a>></span> <spanclass="element-name">runOnce</span><wbr><spanclass="parameters">(<ahref="IService.html"title="interface in io.github.simplexdevelopment.api">IService</a> service)</span></div>
<dlclass="notes">
<dt>Parameters:</dt>
<dd><code>service</code> - The service to run once.</dd>
<divclass="member-signature"><spanclass="return-type">reactor.core.publisher.Mono<<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Void.html"title="class or interface in java.lang"class="external-link">Void</a>></span> <spanclass="element-name">forceStop</span><wbr><spanclass="parameters">(<ahref="IService.html"title="interface in io.github.simplexdevelopment.api">IService</a> service)</span></div>
<dlclass="notes">
<dt>Parameters:</dt>
<dd><code>service</code> - The service to forcefully stop.</dd>
<divclass="member-signature"><spanclass="return-type">reactor.core.publisher.Mono<<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Void.html"title="class or interface in java.lang"class="external-link">Void</a>></span> <spanclass="element-name">forceStart</span><wbr><spanclass="parameters">(<ahref="IService.html"title="interface in io.github.simplexdevelopment.api">IService</a> service)</span></div>
<dlclass="notes">
<dt>Parameters:</dt>
<dd><code>service</code> - The service to forcefully start.</dd>