AMPscript
Add
Pause
Publish
Retrieve
Send
Start
Update
Validate Your Server-Side JavaScript using WSProxy
Pauses a triggered send and returns a status.
Pause()
To use the Pause() function, you must first initialize the triggered send object. Next, call the Pause() function on the initialized object.
1var tsd = TriggeredSend.Init("triggeredSend");
2var status = tsd.Pause();