Ferreteria/v0.6/fx/OpenEngine

From Woozle Writes Code
< Ferreteria‎ | v0.6‎ | fx
Revision as of 15:57, 6 December 2025 by Woozle (talk | contribs)
Jump to navigation Jump to search

Status

  • 2025-12-06 #TODO: I'm thinking that "specialty" opener functions like this should:
    • not have a corresponding Shut*() method but instead return an object which can be closed (as in OpenProcess())
    • be renamed to something like "Start*()" instead of "Open*()", to clearly signal the distinction.

Usage

This is currently only used in Sys\Data\Engine\Oper\MyMar (require, implement) and Sys\Data\Engine\Conn\MyMar (call).