Shell.ProcessIdentifier
-----------------------

Queries process identifier of child process.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [Shell](component_Shell.md) | [7.5](newinversion75.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |

MBS( "Shell.ProcessIdentifier"; ShellRef ) 

**MBS**( **"Shell.ProcessIdentifier";** /\* Queries process identifier of child process. \*/  
**$ShellRef**) /\* The reference number from the shell.e.g. $shell \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| ShellRef | The reference number from the shell. | $shell |

### Result

Returns number or error.

### Description

Queries process identifier of child process.  
This function checks for a license.

Created 11st November 2017 , last changed 11st November 2017

  
[Shell.PeekOutputText](ShellPeekOutputText.md) - [Shell.ReadErrorText](ShellReadErrorText.md)

[HTML Version](ShellProcessIdentifier.shtml)