Main Content
cancelForward
Class: matlab.DiscreteEventSystem
Namespace: matlab
Cancel previously scheduled forward events
Syntax
event=cancelForward(destinationType,destinationID)
Description
cancel previously scheduled forward events on the current entity. You can then schedule
this event by returning it as the output argument when implementing an event action
method, such as event
=cancelForward(destinationType
,destinationID
)entry
or
exit
.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016a