Description
Clears the contents of a stash.
Parameters
source (number): Source ID of the executor.
source
identifier (string): Stash identifier to clear.
identifier
Return Value
None
Example Use Case
ps.clearStash(source, "vault_1") print("Cleared stash 'vault_1'.")
\
Last updated 5 months ago