Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


pru
  •  pru
  • No customer Topic Starter
2016-05-20T12:08:28Z
Hi,
I have a TaskClass object (with TaskClass.Id) and I'm trying to get the full output of the last execution. Could you tell me please how to do that?
Currently I have the following code:

Quote:

var remoteTask = _server.Jobs.Tasks.GetTaskByName(remoteJob.Id, taskName);
var notFullOutput = remoteTask.Stats.StandardOutput;



Thanks.
Sponsor
Forum information
Support
2016-05-20T12:14:43Z
Try something like this:

_server.Jobs.Tasks.GetOutputString(OutputType, Task.JobId, Task.Id, False)

Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
pru
  •  pru
  • No customer Topic Starter
2016-05-20T12:33:33Z
Scroll to Top