Clipboard - Clear

Declaration

<AMCLIPBOARD ACTIVITY="clear" />

Related Topics   

Overview

Clears the current contents of the clipboard.

Practical usage

This step is frequently placed at the end of a task to clear the clipboard of any sensitive data that might have been pasted to it during runtime.

Parameters

This activity contains no parameters.

Description

Error Causes

On Error

Example

NOTE:
  • Copy and paste the sample AML code below directly into the Task Builder Steps Panel.
  • To successfully run the sample code, update parameters containing user credentials, files, file paths, or other information specific to the task to match your environment.

Description

The following clears the contents of the clipboard:

Copy
<AMCLIPBOARD ACTIVITY="clear" />