/AWS1/CL_M2=>STOPAPPLICATION()
¶
About StopApplication¶
Stops a running application.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_APPLICATIONID
TYPE /AWS1/M2_IDENTIFIER
/AWS1/M2_IDENTIFIER
¶
The unique identifier of the application you want to stop.
Optional arguments:¶
IV_FORCESTOP
TYPE /AWS1/M2_BOOLEAN
/AWS1/M2_BOOLEAN
¶
Stopping an application process can take a long time. Setting this parameter to true lets you force stop the application so you don't need to wait until the process finishes to apply another action on the application. The default value is false.