Check
Unsafe
For thread safety, this property is not safe to read in an unsynchronized thread.
If condition is true, prints "Check passed: ", followed by description to the output, in blue text. Otherwise, prints "Check failed: ", again, followed by description, but in red text.
Parameters
Name | Type | Default | Description |
---|---|---|---|
|
|||
|
|||
nil
|
|||
0
|
Returns
Return Type | Summary |
---|---|
Code Samples
TestService:Check
This code would print Check failed: example to the output, in red text.