How to create a statement which type of 'TestProcess'

I don’t know about Python but with .NET you can create your own statement type by deriving from the CustomStatementBase class.

See this thread.

1 Like