I'm using the API to execute a job. For example:
log.Info("Connecting to server: " + conn.Address);
vcServer = vcClient.Connect(conn, true);
var job = vcServer.GetJob(guid);
vcServer.Jobs.Run(job,true);
The job launches fine but I get a message in my console application:
Unknown job has started (not synchronized?)
Any idea what this means?
Edited by moderator
2012-12-05T22:52:47Z
|
Reason: Not specified