deleteSuspendedMethods

Syntax

deleteSuspendedMethods

The function deleteSuspendedMethods terminates all methods that are currently suspended.

Note:

The function does not delete the Method object itself, but terminates the suspended state of this Method.

Related Topic

Terminate Suspended Methods