Main Content
cancelDestroy
Class: matlab.DiscreteEventSystem
Namespace: matlab
Cancel previously scheduled entity destroy event
Syntax
event=cancelDestroy()
Description
cancels a previously scheduled
destroy event of 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
=cancelDestroy()entry
or
exit
.
Output Arguments
Examples
Version History
Introduced in R2016a