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

Add ability to unset the reporting timer #357

Closed
user2684 opened this issue May 10, 2018 · 1 comment
Closed

Add ability to unset the reporting timer #357

user2684 opened this issue May 10, 2018 · 1 comment

Comments

@user2684
Copy link
Contributor

user2684 commented May 10, 2018

by invoking setReportIntervalMinutes(0); and hence Timer::start()
e.g.

  if (target == 0) unset();
  else {
    set(target,unit);
    start();
  }
@user2684 user2684 added this to To do in v1.8 via automation May 10, 2018
@user2684 user2684 moved this from Staging to Enhancements in v1.8 Jul 8, 2018
@user2684 user2684 moved this from Enhancements to Architecture Review in v1.8 Jul 22, 2018
@user2684 user2684 moved this from Architecture Review to Time Library Review in v1.8 Jul 24, 2018
@user2684
Copy link
Contributor Author

Added new IMMEDIATELY mode for Timer

v1.8 automation moved this from Time Library Review to Done Jul 27, 2018
@user2684 user2684 added the fixed label Jul 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
v1.8
  
Done
Development

No branches or pull requests

1 participant