Recent

Author Topic: How i can manage taskmanager to schedule app runs applications  (Read 1201 times)

eldonfsr

  • Sr. Member
  • ****
  • Posts: 447
Hi it's possible from app create schedule and add this schedules to taskmanager...

I know i can create that on task manager....
 

Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: How i can manage taskmanager to schedule app runs applications
« Reply #1 on: June 06, 2022, 06:16:30 pm »
I believe the API is exposed in Windows unit, or one of the winunits-xxx packages. Unfortunately, unless someone else already does so, you have to read and understand in C++ as that's what MS used in their documentation. Starting page is here, while an example is here, you can just replace the notepad with whatever you want and change the schedule accordingly.

Thaddy

  • Hero Member
  • *****
  • Posts: 14373
  • Sensorship about opinions does not belong here.
Object Pascal programmers should get rid of their "component fetish" especially with the non-visuals.

bobby100

  • Full Member
  • ***
  • Posts: 164
    • Malzilla
https://gitlab.com/bobby100 - my Lazarus components and units
https://sourceforge.net/u/boban_spasic/profile/ - my open source apps

https://malzilla.org/ - remainder at my previous life as a web security expert

Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: How i can manage taskmanager to schedule app runs applications
« Reply #4 on: June 13, 2022, 05:01:19 am »
C++
No it is plain C.
No, it's a C compliant C++. That's the reason why the documentation mentions C++ consistently instead of C or even C/C++ (well, this one still appears sometimes, but maybe an overlook or old writing).

 

TinyPortal © 2005-2018