Composition commands

The composition commands you use on a test instance are: play, stop, abort, pause, resume, unload. The return of the command doesn't imply that the action is complete. To get the current state of the instance, use the Get a composition command.

Composition commands

CommandDescription
playStart a composition.
stopHalt a composition entirely but finish writing test data. A stopped composition cannot be resumed.
abortHalt a composition and do not finish writing test data. An aborted composition cannot be resumed.
pauseHalt a composition with the intention of resuming it. This does not end a composition as a stop or abort does.
resumeContinue playing a composition after it has been paused.
unloadRemove a composition from memory. This is the opposite action of load a composition.
Language
URL
Click Try It! to start a request and see the response here!