Status Enum
Specifies the result of compiling Yarn code.
public enum Status
Remarks
This enum specifies the type of success that resulted.
Compilation failures will result in a ParseException
, so they don’t get
a Status.
Fields
Name | Description |
---|---|
Succeeded | The compilation succeeded with no errors. |
SucceededUntaggedStrings | The compilation succeeded, but some strings do not have string tags. |
Source
Defined in YarnSpinner.Compiler/Compiler.cs, line 18.