cloud_stop_resume(process_name, action) action → “pause” or “resume”Using the process name string will change its state on the system based on the input action.
<aside>
💡 This was tested only with dropbox process.
</aside>
resolve_string_variables(node, name)Will return the expanded string version of the string with $ variables.
check_if_prim_exist(stage, prim_path)Return True or False if the prim_path is found on the input stage.