Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access warning #22

Open
privatenumber opened this issue Mar 20, 2023 · 0 comments
Open

Access warning #22

privatenumber opened this issue Mar 20, 2023 · 0 comments

Comments

@privatenumber
Copy link
Owner

If a completed task has a warning set, the parent should be able to check it to determine whether the task output can be cleared:

const result = task(...);

if (!result.warning) {
	result.clear();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant