Tooling
Module SDK
Modules
getToggleScheduledTransferAction

⚠️ Deprecation Notice

ModuleSDK was developed by Rhinestone and is no longer actively supported. For new projects, we recommend using the Rhinestone SDK instead.

Rhinestone SDK Documentation (opens in a new tab)

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

The action to toggle the scheduled transfer.