Class ConsumableEvent
public class ConsumableEvent : ICancellable
- Inheritance
-
ConsumableEvent
- Implements
- Derived
- Inherited Members
Constructors
ConsumableEvent()
public ConsumableEvent()
ConsumableEvent(bool)
public ConsumableEvent(bool isConsumed)
Parameters
isConsumedbool
Properties
IsCancelled
If this execution has been cancelled.
public bool IsCancelled { get; set; }
Property Value
Methods
Consume()
Keeps future events from running.
public void Consume()