# started

> Delegate which is called when bake job is started.

## Definition

* **Type:** Event
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

> **Warning:**
>
> **Deprecated.** OnStartedFunction.started is obsolete, please use bakeStarted instead.

```csharp
public static event Lightmapping.OnStartedFunction started
```

### Remarks

Additional Resources: [Lightmapping.OnStartedFunction](/engine/6000.7/script-reference/unityeditor/lightmapping/onstartedfunction.md).
