You are here: Reference > Activity methods > Exit-Activity

  Exit-Activity method

Methods and instructions by function

The Exit-Activity method ends the current activity and returns control to the calling activity.

Advanced featureIn rare cases, write your activity to call the Activity-End method (which ends the current activity and all calling activities too rather than Exit-Activity method).

Parameters

This method uses no parameters and returns no results.

Results

If no calling activity exists, the system starts the next activity in the activity list.

Definitions activity list, thread page
Related topics Activity-End method

UpMethods and instructions by function