CommandType.IsCoroutine
Summary
The method returns System.Collections.IEnumerator (that is, it is
a coroutine).
IsCoroutineRemarks
Code that invokes this command should use UnityEngine.MonoBehaviour.StartCoroutine(System.Collections.IEnumerator) to begin
the coroutine.