VisualCron .NET API - how to get the full output of the last task execution? - VisualCron - Forum

Community forum

Announcement

The VisualCron forum is no longer monitored by VisualCron Support - it is a community forum. Please use our contact page - this ensures tickets are created and prioritized. Thank you!

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
Announcement

The VisualCron forum is no longer monitored by VisualCron Support - it is a community forum. Please use our contact page - this ensures tickets are created and prioritized. Thank you!

Scroll to Top