Click or drag to resize

CoroutineT Properties

The CoroutineT generic type exposes the following members.

Properties
  NameDescription
Public propertyException
If there was an exception thrown, this is that exception.
Public propertyHasException
True if we have thrown an exception during execution.
Public propertyIsActive
Is this coroutine running?
Public propertyIsCancelled
True if the coroutine was cancelled externally.
Public propertyThisCoroutine
A reference to the current actual coroutine
Public propertyValue
Gets the current value of the IEnumerator, if one exists, otherwise it's null.
Top
See Also