SetNumInstances sets the number of instances of the given module.version to the
specified value. If either module or version are the empty string it means the
default.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `module` package provides functions for interacting with and managing modules within the application environment."],["It allows retrieving the default version of a specified module or the default module itself via the `DefaultVersion` function."],["The package offers functionalities to list all module names associated with the application using the `List` function and all the versions of a module via the `Versions` function."],["Users can manage the number of instances for a particular module and version using `NumInstances` and `SetNumInstances`."],["The `Start` and `Stop` functions enable the control of starting and stopping specific versions of modules."]]],[]]