Click or drag to resize

CoroutineTIsCancelled Property

True if the coroutine was cancelled externally.

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsCancelled { get; }

Property Value

Type: Boolean
See Also