Table of Contents

Class Process.Controller

Namespace
Nightwatch.Core
Assembly
Nightwatch.Core.dll
[CompilationMapping(SourceConstructFlags.RecordType)]
public sealed class Process.Controller
Inheritance
Process.Controller
Inherited Members

Constructors

Controller(FSharpFunc<string, FSharpFunc<string[], Task<int>>>)

[DynamicDependency(DynamicallyAccessedMemberTypes.PublicFields|DynamicallyAccessedMemberTypes.NonPublicFields|DynamicallyAccessedMemberTypes.PublicProperties|DynamicallyAccessedMemberTypes.NonPublicProperties, typeof(Process.Controller))]
public Controller(FSharpFunc<string, FSharpFunc<string[], Task<int>>> execute)

Parameters

execute FSharpFunc<string, FSharpFunc<string[], Task<int>>>

Properties

execute

[CompilationMapping(SourceConstructFlags.Field, 0)]
public FSharpFunc<string, FSharpFunc<string[], Task<int>>> execute { get; }

Property Value

FSharpFunc<string, FSharpFunc<string[], Task<int>>>

Methods

ToString()

public override string ToString()

Returns

string