StudioTestService
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
| Memory category | Instances |
|---|
Member index 4
Description
History 5
- 700 Add GetTestArgs
- 700 Add ExecuteRunModeAsync
- 700 Add ExecutePlayModeAsync
- 700 Add EndTest
- 700 Add StudioTestService
Members 4
EndTest
| Parameters (1) | ||
|---|---|---|
| value | Variant | |
| Returns (1) | ||
| null | ||
| Thread safety | Unsafe |
|---|
ExecutePlayModeAsync
| Parameters (1) | ||
|---|---|---|
| args | Variant | |
| Returns (1) | ||
| Variant | ||
This function yields. It will block the calling thread until completion.
| Security | PluginSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
ExecuteRunModeAsync
| Parameters (1) | ||
|---|---|---|
| args | Variant | |
| Returns (1) | ||
| Variant | ||
This function yields. It will block the calling thread until completion.
| Security | PluginSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
GetTestArgs
| Parameters (0) | ||
|---|---|---|
| No parameters. | ||
| Returns (1) | ||
| Variant | ||
| Thread safety | Unsafe |
|---|
History 1
- 700 Add GetTestArgs