VisualCron .NET API - how to get the full output of the last task execution? - VisualCron - 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
9 years ago
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
9 years ago
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
9 years ago
Scroll to Top