Pause

Pauses a triggered send and returns a status.

Syntax 

Pause()

Example 

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();