The BlastScript type exposes the following members.
Name | Description | |
---|---|---|
![]() | Code | the actual scriptcode conforming to the languageversion set |
![]() | HasInputs | |
![]() | HasVariables | |
![]() | Id | Blast scriptid, used to uniquely identify the script. It is used throughout blast to id the packaged script |
![]() | IsPackaged | true if the script has been packaged / prepared |
![]() | IsPrepared | true if the script has been packaged / prepared |
![]() | LanguageVersion | Target language vesion, depending on compilation settings it might change in the package but the user should ensure that the code is compatible; |
![]() | Name | The name of the script as used in messages |
![]() | Package | native package data, contains references to code and data segments |