Table of Contents

Interface INodeScript<T>

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Represents a node script with a result value of type T

public interface INodeScript<out T> : INodeScript, IDisposable, IStorageModel, IPluginFeatureDependent

Type Parameters

T

The type of result value

Inherited Members

Properties

Result

Gets the result of the script

T? Result { get; }

Property Value

T