> For the complete documentation index, see [llms.txt](https://kinematicsoup.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinematicsoup.gitbook.io/reactor/api-reference/ks.reactor.client.unity.editor/ks.reactor.client.unity.editor.ksserverscriptcompiler/ks.reactor.client.unity.editor.ksserverscriptcompiler.compileresults.md).

# Enum ksServerScriptCompiler.CompileResults

Namespace: [KS.Reactor.Client.Unity.Editor](/reactor/api-reference/ks.reactor.client.unity.editor.md)\
Assembly: KSUnity-Source.dll

Compile results

```csharp
public enum ksServerScriptCompiler.CompileResults
```

## Fields

`BUILD_IN_PROGRESS = 5`

Did not build because another build is currently in progress.

`ERROR = 3`

An error occurred with the build process.

`FAILURE = 1`

Build failed

`SUCCESS = 0`

Build succeeded

`UNKNOWN_OS = 4`

Could not build because we could not detect the operating system.

`UP_TO_DATE = 2`

Nothing built because everything was up-to-date.
