Hi,
I am new to VisualCron without a lot of experience doing API coding.  We have multiple servers running jobs.  We will have a VisualCron Server running on each of our servers with the appropriate jobs defined.  Some jobs on server A are dependent on jobs on Server B completing.  What I would really like to do is set up a VisualCron job on Server B with 2 tasks.  First task runs the Server B Application and then the second task will run a VisualCron job on Server B.
What I really want.
1.  Create a process (dll?) to which I can pass parameters for server and job.  This process will run the job on the server passed.  (It would be nice if I could run the VS job directly without writing an interface but it appears the VS UI only allows this within a specific server, not accross servers)
Is this possible and are there any samples out there.
Thanks