# Sandbox.ComponentDooExtensions

Backward-compatible extension methods telling users to switch from Run/Stop/IsRunning to RunDoo/StopDoo/IsRunningDoo.
These are marked as obsolete and hidden from intellisense to encourage migration, and are extensions so you don't get member variable conflicts.

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: static, abstract, sealed, extension

## Methods

- [`IsRunning`](/api/Sandbox.ComponentDooExtensions/IsRunning)
- [`Run`](/api/Sandbox.ComponentDooExtensions/Run)
- [`Stop`](/api/Sandbox.ComponentDooExtensions/Stop)
- [`StopAll`](/api/Sandbox.ComponentDooExtensions/StopAll)
