Skip to content

/AWS1/CL_EVY=>STOPLAUNCH()

About StopLaunch

Stops a launch that is currently running. After you stop a launch, you will not be able to resume it or restart it. Also, it will not be evaluated as a rule for traffic allocation, and the traffic that was allocated to the launch will instead be available to the feature's experiment, if there is one. Otherwise, all traffic will be served the default variation after the launch is stopped.

Method Signature

IMPORTING

Required arguments:

IV_PROJECT TYPE /AWS1/EVYPROJECTREF /AWS1/EVYPROJECTREF

The name or ARN of the project that contains the launch that you want to stop.

IV_LAUNCH TYPE /AWS1/EVYLAUNCHNAME /AWS1/EVYLAUNCHNAME

The name of the launch to stop.

Optional arguments:

IV_DESIREDSTATE TYPE /AWS1/EVYLAUNCHSTOPDESIREDST00 /AWS1/EVYLAUNCHSTOPDESIREDST00

Specify whether to consider the launch as COMPLETED or CANCELLED after it stops.

IV_REASON TYPE /AWS1/EVYDESCRIPTION /AWS1/EVYDESCRIPTION

A string that describes why you are stopping the launch.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_EVYSTOPLAUNCHRESPONSE /AWS1/CL_EVYSTOPLAUNCHRESPONSE