Custom Test Type Developer Guide Version 12.50
run Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
CSRemoteAgent Namespace
>
IRemoteAgent Interface
: run Method
Starts the test run.
Syntax
C#
int
run()
Return Value
0 if the call succeeds, otherwise an error code.
Remarks
The run method instructs the testing tool to load and run the test. This function launches the testing tool if it is not already running.
See Also
Reference
IRemoteAgent Interface
IRemoteAgent Members