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