Set Paused State
Toggle the paused state of a channel point reward.
Preview
Parameters
Reward
Select the reward.
- Type:
Selection
State
Paused
: Pause the channel point rewardUnpaused
: Unpause the channel point rewardToggle
: Toggle the current status between paused and unpaused
Variables
This sub-action does not populate any variables.
C# Usage
public void PauseReward(string rewardId)
public void UnPauseReward(string rewardId)