FrontPanel Platform API - v6.0.0
Preparing search index...
IEventSubscription
Interface IEventSubscription
Interface representing an event subscription.
interface
IEventSubscription
{
cancel
()
:
boolean
;
}
Implemented by
EventSubscription
Index
Methods
cancel
Methods
cancel
cancel
()
:
boolean
Cancels the event subscription.
Returns
boolean
Returns true if the cancellation was successful, false otherwise.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
cancel
FrontPanel Platform API - v6.0.0
Loading...
Interface representing an event subscription.