Clipboard - Clear

Declaration

<AMCLIPBOARD ACTIVITY="clear" />

Related Topics   

Description

Clears the current contents of the clipboard.

Practical Usage

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

Parameters

This activity contains no parameters.

Description

Error Causes

On Error

Example

NOTE:
  • The sample AML code below can be copied and pasted directly into the Steps Panel of the Task Builder.
  • Parameters containing user credentials, files, file paths, and/or other information specific to the task must be customized before the sample code can run successfully.

Description

Clears the contents of the clipboard.

Copy
<AMCLIPBOARD ACTIVITY="clear" />