Init(args)
Scripting Reference
Loading...
Searching...
No Matches
Sisus.Init.ICancellable Interface Reference

Description

Represents an object that can be requested to cancel any asynchronous operations that may be running on it.

When this interface is implemented by an object that is wrapped by a IWrapper component, IsCancellationRequested will become true when the wrapper is destroyed.

Properties

bool IsCancellationRequested [get, set]
 Gets whether cancellation has been requested for asynchronous operations running on this object.