Whether this notification is from backtest mode (true) or live mode (false)
Unix timestamp in milliseconds when the notification was created
Exchange name for context
Frame name for context (empty string for live)
Unique notification identifier
New pause state: true — new position opening suspended, false — resumed
Strategy name whose pause state changed
Trading pair symbol (e.g., "BTCUSDT")
Unix timestamp in milliseconds when the pause state changed
Discriminator for type-safe union
Strategy pause state change notification. Emitted when setPaused actually flips the pause flag of a strategy: while paused the strategy opens nothing new (getSignal is not called and a queued createSignal DTO is held until resume); existing pending/scheduled signals keep being monitored and close normally.