Ferreteria/v0.6/fx/OpenEngine

From Woozle Writes Code
< Ferreteria‎ | v0.6‎ | fx
Revision as of 15:13, 6 December 2025 by Woozle (talk | contribs) (Created page with "{{page/fx}} ==Status== * '''{{fmt/date|2025|12|06}}''' {{hashtag|TODO}}: I'm thinking that "specialty" opener functions like this should: ** not have a corresponding <code>Shut*()</code> method but instead return an object which can be closed (as in <code>{{l/ver/fx|OpenProcess}}()</code>) ** be renamed to something like "<code>Start*()</code>" instead of "<code>Open*()</code>", to clearly signal the distinction. ==Usage== This is currently only used in <code>{{l/ver/cla...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 MyMar (require, implement) and MyMar (call).