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:
var remoteTask = _server.Jobs.Tasks.GetTaskByName(remoteJob.Id, taskName);
var notFullOutput = remoteTask.Stats.StandardOutput;
Thanks.
Edited by moderator
2016-05-23T13:58:42Z
|
Reason: Not specified