Otter SDK Reference
Version:

IRemoteJobExecuter Interface

Indicates that an agent supports long-running remote jobs.

Inheritance Hierarchy

  • Inedo.Agents.IRemoteJobExecuter

Syntax

public interface IRemoteJobExecuter

Methods

Name Description
ExecuteJobAsync(RemoteJob job, System.Threading.CancellationToken cancellationToken)

Begins asynchronously executing a long-running remote job.