Clipboard - Clear
Declaration
<AMCLIPBOARD ACTIVITY="clear" />
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.
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
Clears the contents of the clipboard.
Copy
<AMCLIPBOARD ACTIVITY="clear" />