Skip to main content
10-Marble
August 24, 2023
Question

how to invoke a task registed by synchronouse java app with asynchronous java app

  • August 24, 2023
  • 1 reply
  • 1028 views

I has build a synchronouse java app,and rigisterd as a task named "task01".when I start a new  asynchronous java app and StartJLinkApplication which build before, and run ExecuteTask "task01",creo crashed!!

 

1 reply

10-Marble
August 24, 2023

How to use TaskId on BaseSession::RegisterTask? found!