NCronJob icon indicating copy to clipboard operation
NCronJob copied to clipboard

[V5] Make it possible to deal with null parameters

Open nulltoken opened this issue 9 months ago • 0 comments

The whole aspect of it should be covered as such that the user should be allowed to;

  • Explicitly set nulls while registering
  • Explicitly override parameters with null through the InstantJobRegistry
  • Explicitly update parameters with null through the RuntimeRegistry
  • From a job (either typed or untyped) being able to differentiate if a parameter has been not set or is null

See https://github.com/NCronJob-Dev/NCronJob/pull/241#discussion_r1992235463

nulltoken avatar Mar 23 '25 18:03 nulltoken