17 lines
219 B
C#
17 lines
219 B
C#
// <auto-generated>
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
// </auto-generated>
|
|
|
|
namespace sd.graph
|
|
{
|
|
|
|
public enum ExecutionMode : sbyte
|
|
{
|
|
SEQUENTIAL = 0,
|
|
STRICT = 1,
|
|
AUTO = 2,
|
|
};
|
|
|
|
|
|
}
|