⚠️ Deprecation Notice
ModuleSDK was developed by Rhinestone and is no longer actively supported. For new projects, we recommend using the Rhinestone SDK instead.
getToggleScheduledTransferAction
Get the action to toggle a scheduled transfer between active and inactive.
Usage
const action = getToggleScheduledTransferAction({
jobId: 1,
})Parameters
jobId
- Type:
number
The ID of the scheduled transfer job to toggle.
Returns
action
- Type:
Action
The action to toggle the scheduled transfer.