StartFunctionInProfile Method Overloads

Method Description
StartFunctionInProfile(string, string, object[], object[])

Runs an XJEase function with the specified name from the project's circuit code files. The XJEase functions are run asynchronously, i.e. control returns immediately from this method and the XJEase code continues to run on a separate thread.

StartFunctionInProfile(string, string, XJEaseParameterCollection, XJEaseParameterCollection)

Runs an XJEase function with the specified name from the project's circuit code files. The XJEase functions are run asynchronously, i.e. control returns immediately from this method and the XJEase code continues to run on a separate thread.

StartFunctionInProfile(string, string, string, object[], object[])

Runs an XJEase function with the specified name from the given device's test device file. The XJEase functions are run asynchronously, i.e. control returns immediately from this method and the XJEase code continues to run on a separate thread.

StartFunctionInProfile(string, string, string, XJEaseParameterCollection, XJEaseParameterCollection)

Runs an XJEase function with the specified name from the given device's test device file. The XJEase functions are run asynchronously, i.e. control returns immediately from this method and the XJEase code continues to run on a separate thread.