Check out example codes for "unity prevent system from creation". It will help you in understanding the concepts better.
Code Example 1
[DisableAutoCreation]
public class CustomSystem : JobComponentSystem
{ // Implementation... }
Learn ReactJs, React Native from akashmittal.com