Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Responding

bool System.Diagnostics.Process.Responding
get

Definition at line 844 of file Process.cs.

845 {
846 get
847 {
848 if (!_haveResponding)
849 {
851 _haveResponding = true;
852 }
853 return _responding;
854 }
855 }