Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XSchedule step to wait on plugin or event #3001

Closed
Holiday851 opened this issue Dec 11, 2021 · 6 comments
Closed

XSchedule step to wait on plugin or event #3001

Holiday851 opened this issue Dec 11, 2021 · 6 comments

Comments

@Holiday851
Copy link

I have a work-around for my plugin, but it would be cleaner if there were something built-in. A couple options (but there could be other ways):

  1. A step like Delay in xSchedule that takes an event. The step would end after the time-out (like regular Delay) or end early if the event happened.
  2. A plugin call like SendCommand where the plugin can return a bool to indicate that xSchedule should continue to stay in the step and poll the plugin (if the plugin did not implement the function, it would be the same as returning false). There would need to be a corresponding step in xSchedule that called this plugin command and took a time-out and a retry time as settings.
@keithsw1111
Copy link
Collaborator

I am pretty sure you can do everything you describe by just thinking about things differently.

A playlist could go into delay and any event could trigger "Next Step" and prematurely end it.

@Holiday851
Copy link
Author

Holiday851 commented Dec 14, 2021 via email

@AzGilrock
Copy link
Collaborator

You're definitely not the average user if you got a show going in just a few weeks, have a wireless mobile prop, and have created an xSchedule plugin. :)

I've been a software developer for 37 years and I cringed when I read "managed" C++...lol. I have done quite a bit in C# and its not bad for Windows GUI work but wouldn't use it in anything real time.

@Holiday851
Copy link
Author

Holiday851 commented Dec 14, 2021 via email

@cybercop23
Copy link
Collaborator

Can this be closed?

@Holiday851
Copy link
Author

Holiday851 commented Feb 5, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants