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

◆ IsSuccess()

static bool System.Xml.AsyncHelper.IsSuccess ( this Task task)
inlinestatic

Definition at line 13 of file AsyncHelper.cs.

14 {
15 return task.IsCompletedSuccessfully;
16 }

References System.task.