Recipe Exchange API

DownloadBatchExecutive

This method downloads the batch subsystem of the specified node. The method returns a string that is included in the batch log. The method signature is:

string DownloadBatchExecutive(
   string nodeName,
   bool bPermitDownloadOfCheckedoutItems,
   bool bPermitDownloadOfUnauthorizedItems
);

Method Parameters

Parameters for this method are shown in the following table.

Parameter

Description

Type

Valid Input

nodeName

The name of the DeltaV workstation with the Batch subsystem

String

Name of node 

bPermitDownloadOfCheckedoutItems

Permission to download checked-out recipes.

Boolean

True = allow download

False = do not allow download

bPermitDownloadOfUnauthorizedItems

Permission to download unauthorized recipes.

Boolean

True = allow download

False = do not allow download