Preparing search index...
The search index is not available
FrontPanel Platform API - v0.5.0
FrontPanel Platform API
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
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
cancel
FrontPanel Platform API - v0.5.0
Loading...
Interface representing an event subscription.