Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. task scheduler

task scheduler

Scheduled Pinned Locked Moved Visual Basic
csharpcom
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vipul Bhatt
    wrote on last edited by
    #1

    Is there any way by which i can find out the name of the current running schedule task. [consider multiple schedule tasks running at a time.] For more info on scheduler task component please refer following links; http://www.codeproject.com/csharp/taskschedulerlibrary.asp http://www.codeproject.com/csharp/TSNewLib.asp

    C 2 Replies Last reply
    0
    • V Vipul Bhatt

      Is there any way by which i can find out the name of the current running schedule task. [consider multiple schedule tasks running at a time.] For more info on scheduler task component please refer following links; http://www.codeproject.com/csharp/taskschedulerlibrary.asp http://www.codeproject.com/csharp/TSNewLib.asp

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      http://www.codeproject.com/csharp/taskschedulerlibrary.asp[^] http://www.codeproject.com/csharp/TSNewLib.asp[^] --Colin Mackay--

      1 Reply Last reply
      0
      • V Vipul Bhatt

        Is there any way by which i can find out the name of the current running schedule task. [consider multiple schedule tasks running at a time.] For more info on scheduler task component please refer following links; http://www.codeproject.com/csharp/taskschedulerlibrary.asp http://www.codeproject.com/csharp/TSNewLib.asp

        C Offline
        C Offline
        Colin Angus Mackay
        wrote on last edited by
        #3

        Use GetTaskNames() to get a list of all the task names. Iterate through the list, using the name to access each task. Ask each task for its Status. If the status is Running then you have a running task. Do with this what you want. --Colin Mackay--

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups