Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsSuccess()
static
bool
System.Xml.AsyncHelper.IsSuccess
(
this
Task
task
)
inline
static
Definition at line
13
of file
AsyncHelper.cs
.
14
{
15
return
task
.IsCompletedSuccessfully;
16
}
System.ExceptionArgument.task
@ task
References
System.task
.
System
Xml
AsyncHelper
Generated by
1.10.0