Show / Hide Table of Contents

Enum Statics.GraphSearchStatus

The status of a graph search algorithm.

Namespace: Towel
Assembly: Towel.dll
Syntax
public enum GraphSearchStatus : int

Fields

Name Description
Break

Graph search was broken.

Continue

Graph search was not broken.

Goal

Graph search found the goal.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX