Main Content
cancelTimer
Class: matlab.DiscreteEventSystem
Namespace: matlab
Cancel previously scheduled timer event
Syntax
event=cancelTimer(tag)
Description
cancels
a previously scheduled timer event of the current entity. You can commit the
cancellation by returning it as the output argument when implementing an event action
method, such as event
=cancelTimer(tag
)entry
.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016a