Init(args)
Scripting Reference

◆ StopCoroutine() [2/2]

void Sisus.Init.ICoroutineRunner.StopCoroutine ( Coroutine  coroutine)

Stops the provided coroutine .

Parameters
coroutineReference to the coroutine to stop.

This is the reference that was returned by StartCoroutine when the coroutine was started.

Implemented in Sisus.Init.Updater, and Sisus.Init.EditorCoroutineRunner.